home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mm / mm-0.90 / whobuilt.c < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-18  |  516 b   |  17 lines

  1. /*
  2.  * Copyright (c) 1986, 1990 by The Trustees of Columbia University in
  3.  * the City of New York.  Permission is granted to any individual or
  4.  * institution to use, copy, or redistribute this software so long as it
  5.  * is not sold for profit, provided this copyright notice is retained.
  6.  */
  7.  
  8. #ifndef lint
  9. static char *rcsid = "$Header: /f/src2/encore.bin/cucca/mm/tarring-it-up/RCS/whobuilt.c,v 2.1 90/10/04 18:27:03 melissa Exp $";
  10. #endif
  11.  
  12. #ifdef WHOBUILT
  13. char *whobuilt = WHOBUILT;
  14. #else
  15. char *whobuilt = 0;
  16. #endif
  17.